GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-05-03T11:30:55.7916315+00:00",
"SubmitDate": "2026-05-03T11:30:55.7916315+00:00",
"ReportPeriodStart": "2026-05-03T11:30:55.7916315+00:00",
"ReportPeriodEnd": "2026-05-03T11:30:55.7916315+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ca92174f-5856-4325-96c8-93b9c3313e5a",
"Rows": [
{
"ItemId": "033f146e-7a19-49ce-8bfb-a25a85bfaefa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "033f146e-7a19-49ce-8bfb-a25a85bfaefa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ca92174f-5856-4325-96c8-93b9c3313e5a",
"Rows": [
{
"ItemId": "033f146e-7a19-49ce-8bfb-a25a85bfaefa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "033f146e-7a19-49ce-8bfb-a25a85bfaefa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ac71e016-b972-4af9-a5fa-7092cf165b33",
"811d9d13-d311-451f-bd7f-d5060709eaf6"
],
"Approvers": [
"7c37b2f4-b1cc-4553-bc00-ea51ecf7db42",
"b7f54409-1908-42a6-80f4-a08842d8cf0b"
],
"ApprovedBy": "f615183e-1c55-4cca-9e1e-1ae19d51e410",
"ApprovalDate": "2026-05-03T11:30:55.7916315+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e567d285-d055-4247-b847-840e03af2222",
"id": "eb343504-ec91-4203-b01e-acfd09e9469e",
"ConfigId": "c458b4db-1d3b-48e2-9882-e1bd9644bd76"
},
{
"GenerationDate": "2026-05-03T11:30:55.7916315+00:00",
"SubmitDate": "2026-05-03T11:30:55.7916315+00:00",
"ReportPeriodStart": "2026-05-03T11:30:55.7916315+00:00",
"ReportPeriodEnd": "2026-05-03T11:30:55.7916315+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ca92174f-5856-4325-96c8-93b9c3313e5a",
"Rows": [
{
"ItemId": "033f146e-7a19-49ce-8bfb-a25a85bfaefa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "033f146e-7a19-49ce-8bfb-a25a85bfaefa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ca92174f-5856-4325-96c8-93b9c3313e5a",
"Rows": [
{
"ItemId": "033f146e-7a19-49ce-8bfb-a25a85bfaefa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "033f146e-7a19-49ce-8bfb-a25a85bfaefa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ac71e016-b972-4af9-a5fa-7092cf165b33",
"811d9d13-d311-451f-bd7f-d5060709eaf6"
],
"Approvers": [
"7c37b2f4-b1cc-4553-bc00-ea51ecf7db42",
"b7f54409-1908-42a6-80f4-a08842d8cf0b"
],
"ApprovedBy": "f615183e-1c55-4cca-9e1e-1ae19d51e410",
"ApprovalDate": "2026-05-03T11:30:55.7916315+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e567d285-d055-4247-b847-840e03af2222",
"id": "eb343504-ec91-4203-b01e-acfd09e9469e",
"ConfigId": "c458b4db-1d3b-48e2-9882-e1bd9644bd76"
}
]